home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoft Programmer's Library
/
Microsoft Programmer's Library (CD-ROM Database)(125-099-008)(Version 1.1a)(CDRM 162100)(1989).iso
/
SAMPCODE
/
OS2SDK11
/
TK4
/
SNAP
/
SNAP.H
< prev
next >
Wrap
Text File
|
1989-02-20
|
590b
|
31 lines
/*
Resource identifiers for SNAP resources
Created by Microsoft Corporation, 1989
*/
#define IDR_ICON_SNAP 1
#define IDR_PTR_SNAP 2
#define IDR_PTR_HAND 3
#define IDR_PTR_SELECT 4
#define IDS_SNAP 1
#define IDM_ABOUT 1
#define IDM_NCAREA 3
#define IDM_REGION 4
#define IDM_WINDOW 5
#define IDM_SNAP 6
#define IDM_EXIT 7
#define IDM_ACTIVE 8
#define IDM_HIDE 9
#define IDM_SAVE 10
#define IDD_INFO 1
#define IDD_SAVEFILE 2
#define ID_FILEENTRY 10
typedef struct _DLGP {
SHORT cch;
PSZ psz;
} DLGP;